home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / take1304.zip / BRUCE304.DOC next >
Text File  |  1993-04-01  |  20KB  |  415 lines

  1. BRUCE304.DOC
  2. 04/01/93
  3.  
  4. This documentation provides some overview information on a number of utilities
  5. that have been posted by Wayne Software.  All programs described herein were
  6. written by Bruce Guthrie of Wayne Software.  Some were written for and are
  7. distributed by the U.S.  Department of Commerce.  All are free for use provided
  8. relevant documentation is kept with the programs, no changes are made to the
  9. programs or documentation, and they are not bundled with commercial programs or
  10. charged for separately.  READ (but not READMAKE and READINIT) and CONVERT are
  11. excluded from the commercial packaging restriction.  People who need to bundle
  12. any of the other routines in for-sale packages must pay a $50 registration fee
  13. to "Wayne Software" at the following address.  Comments and suggestions can also
  14. be sent to:
  15.  
  16.                 Bruce Guthrie
  17.                 Wayne Software
  18.                 113 Sheffield St.
  19.                 Silver Spring, MD 20910
  20.  
  21.                 fax: (301) 588-8986
  22.  
  23. The utilities are uploaded with a ZIP name that includes the year and month of
  24. the release.  These names are:
  25.  
  26.          ADDymm.ZIP       ADD program
  27.          AVymm.ZIP        AV program
  28.          BFINDymm.ZIP     BFIND program
  29.          CHANGymm.ZIP     CHANGE program
  30.          CONCTymm.ZIP     CONCAT program
  31.          CONVRymm.ZIP     CONVERT program
  32.          DIRCMymm.ZIP     DIRCOMP program
  33.          DIRTOymm.ZIP     DIRTOTAL program
  34.          FILLymm.ZIP      FILL program
  35.          FILUPymm.ZIP     FILUPDAT program
  36.          FIXCHymm.ZIP     FIXCHARS program
  37.          MULCOymm.ZIP     MULTICOL program
  38.          READymm.ZIP      READ program (with READINIT and READMAKE)
  39.          TAKE1ymm.ZIP     TAKE1ST program
  40.  
  41. This collection of utilities were compiled using either Microsoft's QuickBASIC
  42. 4.5 or Microsoft's VisualBASIC for DOS 1.0 compilers.  In each case, Thomas G.
  43. Hanlin III's excellent PBClone routines provided additional functionality.  Each
  44. of the utilities are separately described in a like-named *.DOC file.  This
  45. documentation (BRUCEymm.DOC--the file release date is indicated by the "ymm"
  46. parameter) serves to summarize what the various utilities consist of.
  47.  
  48. Several of the routines have defaults that can be changed by the program
  49. CONFIGWS.EXE which is included in the appropriate ZIP's.
  50.  
  51. Wayne Software also writes programs, batch files, and sets up menu systems for
  52. people on a for-fee basis.  If you desire this service, contact Wayne Software
  53. at the address specified above.
  54.  
  55.  
  56. --------------------------------------------------------------------------------
  57.  
  58. A summary of each routine follows.  See the associated *.DOC files for fuller
  59. explanations:
  60.  
  61. ADD.EXE:  Adds up a column of numbers in a text file.  Also presents minimum and
  62. maximum information.  Syntax:
  63.  
  64.     ADD infile [ /COLUMNS { col1-col2 | col1 colct } ]
  65.       [ /LINES { line1-line2 | line1 linect } ... ]
  66.       [ /V | /-V ] [ /I | /-I ] [ /IN search ]
  67.       [ /C | /-C ] [ /Q ] [ /? ]
  68.  
  69. AV.EXE:  Archive directory viewer.  Presents list of files in archive (ZIP, ARC,
  70. etc) and lets you sort as desired.  Syntax:
  71.  
  72.     AV filespec [ /-P | /P ] [ /Ox | /O-x ] [ /? ]
  73.  
  74. BFIND.EXE:  Allows Boolean-type FIND requests.  For example, find any line with
  75. one string AND another one, or any line with one string OR another.  The syntax
  76. shown below is limited since "search" allows a lot of choices.
  77.  
  78.     BFIND [ /V | /-V ] [ /C | /-C ] [ /N | /-N ] [ /I | /-I ] [ /P | /-P ]
  79.       [ /-HEADER | /HEADER ] { search } infile [ /? ] [ >filename ]
  80.  
  81. CHANGE.EXE:  Processes change commands in files.  Files can be of any size and
  82. type (e.g.  binary or text) and are processed quickly.  Up to twenty-five change
  83. commands can be processed in a single pass.  Also provides ability to remove
  84. trailing spaces from text files.  Syntax:
  85.  
  86.     CHANGE filename [ commandfile | /FROM string /TO string [ /IN search ] ]
  87.       [ /LINES { line1-line2 | line1 linect } ... ] [ /V | /-V ] [ /I | /-I ]
  88.       [ /Noutfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] ]
  89.       [ /Fflag_file ] [ /Ttemp_file ] [ /TRIM | /-TRIM ]
  90.       [ /BINARY | /TEXT ] [ /VERIFY | /-VERIFY ] [ /Q ] [ /? ]
  91.  
  92. CONCAT.EXE:  Concatenates a series of files together.  Can use wildcards or an
  93. input file.  Syntax:
  94.  
  95.     CONCAT [ filespec | @filespec | [drive:]filespec+ ] outfile
  96.       [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  97.       [ BINARY | /TEXT [ /CRLF ] ] [ /LRECL=nnn [ /BLKSIZE=nnnn ] ]
  98.       [ /NAMED ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  99.  
  100. CONFIGWS.EXE:  Lets you change some of the defaults for some of the programs.
  101. Syntax:
  102.  
  103.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  104.  
  105. CONVERT.EXE:  Converts between data formats:  FROM dBase, ASCII-delimited
  106. (commas between fields and quotes around strings), and fixed field TO Lotus WKS,
  107. ASCII-delimited, dBase, and fixed field.  Syntax:
  108.  
  109.     CONVERT infile [ outfile [ deffile ] ]
  110.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /OVERASK ]
  111.       [ /DEF=deffile ] [ /FROM { FIXED | ASCII | ASCII=char | DBF } ]
  112.       [ /FIXED | /ASCII | /ASCII=char | /DBF ] [ /USEDEF | /NODEF ]
  113.       [ /TO { FIXED | ASCII | ASCII=char | WKS | DBF } ] [ /HEADER | /-HEADER ]
  114.       [ /SKIP | /MISSING | /ABORT ] [ /SAS ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  115.  
  116. DIRCOMP.EXE:  Updates files in one subdirectory based on files in another
  117. subdirectory.  Similar to DOS' REPLACE commands in some ways but also removes
  118. unused files and can report what it's doing.  Syntax:
  119.  
  120.     DIRCOMP directory1 directory2 [ /ALL ] [ /UPDATE ] [ /KILL ]
  121.       [ /NET ] [ /Ffilename | /FNUL: ]
  122.       [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] [ /Q ] [ /? ]
  123.  
  124. DIRTOTAL.EXE:  Prepares report showing files in subdirectory or drive.  Allows
  125. some restriction requests (show only files with date greater than a certain
  126. value).  Similar to Norton's FF and Ray Van Tassle's WIZ command (which is a
  127. great program but it doesn't work on network or CD-ROM discs) in some ways but
  128. presents a more formal report.  Syntax:
  129.  
  130.     DIRTOTAL [ [ drive: ] ... [drive:][filespec] |
  131.         [ drive: ] ... [drive:]\path[\filespec] ]
  132.       [ /NL ] [ /S { GT | GE | LT | LE | EQ | NE } value ]
  133.       [ /D { GT | GE | LT | LE | EQ | NE } mm/dd/yy ]
  134.       [ /ATTR=attr ] [ /Ffilename ] [ /SPLIT ] [ /SUB | /-SUB ]
  135.       [ /Z ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  136.  
  137. FILL.EXE:  Program designed to fill up floppies with the maximum number of files
  138. that will fit into them.  "FILL *.BAS" will move *.BAS files onto a floppy,
  139. taking the biggest files first.  When it can't fit a file, it will skip it and
  140. move the next one.  Syntax:
  141.  
  142.     FILL [ source-filespec ] [ dest-drive: | dest-drive:\path\ ] [ /MOVE | /COPY ]
  143.       [ /OVERWRITE | /-OVERWRITE | /OVERSKIP | /OVERASK ] [ /PROMPT | /-PROMPT ]
  144.       [ /Ox | /O-x ] [ /Xfilespec ]... [ /WIPE | /-WIPE ] [ /MULTI | /SINGLE ]
  145.       [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  146.  
  147. FILUPDAT.EXE:  Program which compares a selected list of files in a source path
  148. against those in another path and copies those that have been updated.  Similar
  149. to DOS' REPLACE command but works from a stored list of files and can handle any
  150. number of directories.  Syntax:
  151.  
  152.     FILUPDAT control_fil
  153.       [ /Flist_file [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] ]
  154.       [ /FULL ] [ /ALL ] [ /Q ] [ /? ]
  155.  
  156. FIXCHARS.EXE:  Program which removes non-standard print characters from a text
  157. file.  Translates graphics characters into their ASCII equivalents.  Also
  158. expands tabs and removes backspaces.  Is primarily intended for people who have
  159. problems printing a file.  Syntax:
  160.  
  161.     FIXCHARS infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  162.       /REPLACE } [ /BINARY | /TEXT ] [ /Ffilename ] [ /-EJECT ] [ /Q ] [ /? ]
  163.  
  164. MULTICOL.EXE:  Program creates multiple column listings from straight ASCII
  165. text, ASCII-delimited text, or dBase files.  Also does subtotalling.  Syntax:
  166.  
  167.     MULTICOL infile outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  168.       [ /DELIM="string" ]
  169.       [ /LINES=n ] [ /WIDTH=n ] [ /EJECT | /-EJECT ]
  170.       [ /COLUMNS=n ] [ /WRAP | /-WRAP [ /INDENT=n ]